﻿/*
Powered by uimix.com;
date:2015-10-01;
*/
@font-face {
    font-style: normal;
    font-weight: 200;
}

/*--a-reset--*/
::-moz-selection {
    background: #008cd6;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #008cd6;
    color: #fff;
    text-shadow: none;
}

a { /*color:#666;*/
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
    font-size: 16px;
}

/*a:hover{color:#008cd6; text-decoration:none;}*/
a:focus {
    -moz-outline-style: none;
    border: 0px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol, li, ul, dl, dt, dd {
    list-style: none;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline-style: none;
    outline-width: 0pt;
    resize: none;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b, em, i {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

html {
    overflow: hidden;
    overflow-y: auto;
}

body {
    /*overflow: hidden;*/
    font: 100%;
    font-family: "FZLanTingHei-L-GBK", "GothamBook", "helvetica", "arial", "Microsoft Yahei", "微软雅黑", sans-serif;
    color: #666;
    background: #fff;
    position: relative;
    font-weight: 200;
}

html.fly-layer, html.fly-layer body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

/*--z-reset--*/


/*background*/
a.langren-h-logo {
    background-image: url(../images/126-45.png);
    background-size: 126px 45px;
    background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx) {
    a.langren-h-logo {
        background-image: url(../images/langren-gb-logo-x2.png);
    }

}

/*background*/


#langren-airbox, #airbox {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}

#langren-wrap {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

#langren-contain, #mobile-contain, #langren-foot {
    width: 100%;
    position: relative;
    z-index: 2;
}

#langren-head-wrap {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .93);
    border-bottom: 1px #f2f2f2 solid;
    box-sizing: border-box;
    /* background: url("../images/82fldu4.jpg") no-repeat top left;
     background-size:cover;*/
}

#v-gotop {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: none;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: -webkit-transform .3s .1s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
    -moz-transition: -moz-transform .3s .1s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
    transition: transform .3s .1s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
}

#v-gotop a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #999;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: background-color .8s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
    -moz-transition: background-color .8s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
    transition: background-color .8s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
}

#v-gotop a:hover {
    background-color: #008cd6;
}

#v-gotop a:after {
    width: 45px;
    height: 45px;
    display: block;
    content: '';
    overflow: hidden;
    background-position: -120px 0;
    margin: 2px;
}

#v-gotop.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s .1s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
    -moz-transition: -moz-transform .5s .1s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
    transition: transform .5s .1s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
}


/*head*/
.langren-head {
    width: 1400px;
    height: 80px;
    margin: auto;
    margin-bottom: -1px;
    position: relative;
}

.langren-head a.langren-h-logo {
    width: 126px;
    height: 45px;
    float: left;
    position: absolute;
    top: 38.5%;
    margin-top: -13px;
    text-indent: -9999999px;
}

.langren-head ul.langren-h-nav {
    width: 50%;
    height: 100%;
    display: table;
    position: relative;
    margin: auto;
}

.langren-h-nav li {
    width: 1%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    text-align: center;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.langren-head .langren-h-nav li.nav-gb a {
    padding: 0 1em;
    display: block;
    height: 100%;
    line-height: 5em;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    color: #666;
}

.langren-h-nav li.nav-gb:hover {
    background-color: pink;
}

.langren-h-nav li.nav-gb.current {
    background-color: #E60012;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.langren-h-nav li.nav-gb:hover a {
    color: #fff;
}

/*.langren-h-nav li.nav-gb:not(.current):hover .current{background-color: #fff}*/

.langren-h-nav li.nav-gb.current a {
    color: #fff;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.langren-h-nav li.gb-store {
}

.langren-h-nav li.gb-os {
}

.langren-head .nav-tool {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-size: 26px
}

.nav-tool a {
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    border: 1px #999 solid;
    border-radius: 50%;
    overflow: hidden;
    text-align: left;
    float: left;
}

.nav-tool a:hover {
    opacity: .7;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.nav-tool a b {
    width: 18px;
    height: 18px;
    top: 48%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    text-indent: 9999em;
}

.nav-tool a.nav-t-search b {
    background-position: 0 0;
}

.nav-tool a.nav-t-user b {
    background-position: -18px 0;
}

.nav-tool a.nav-t-kefu {
    overflow: inherit;
    position: relative;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-tool a.nav-t-kefu:hover {
    background-color: #008cd6;
    border-color: #008cd6;
}

.nav-tool a.nav-t-kefu b {
    background-position: -36px 0;
}

.nav-tool a.nav-t-kefu:hover b {
    background-position: -36px -18px;
}

.nav-tool a.nav-t-kefu em {
    display: block;
    width: 88px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: #aaa solid 1px;
    border-radius: 3px;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -44px;
    color: #999;
    font-size: 12px;
    display: none;
}

.nav-tool a.nav-t-user img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-tool a.nav-t-user-login b {
    display: none;
}

.nav-tool a.nav-t-menu {
    border: none;
    display: none;
}

.nav-tool a.nav-t-menu b {
    background: none;
}

.nav-tool a.nav-t-menu b:before {
    width: 30px;
    height: 30px;
    background-position: 4px -30px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-tool a.nav-t-menu b:after {
    width: 30px;
    height: 30px;
    background-position: -20px -30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

/*head*/


/*search*/


.langren-h-nav li.current {
    -webkit-transition: background-color .3s .4s ease;
    -moz-transition: background-color .3s .4s ease;
    transition: background-color .3s .4s ease;
}

.langren-h-nav li a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transform-origin: 80% 50%;
    -moz-transform-origin: 80% 50%;
    -ms-transform-origin: 80% 50%;
    transform-origin: 80% 50%;
}

.langren-h-nav li:nth-child(1) a {
    -webkit-transition: color .3s ease, -webkit-transform .3s .41s ease, opacity .3s .41s ease;
    -moz-transition: color .3s ease, -moz-transform .3s .41s ease, opacity .3s .41s ease;
    transition: color .3s ease, transform .3s .41s ease, opacity .3s .41s ease;
}

.langren-h-nav li:nth-child(2) a {
    -webkit-transition: color .3s ease, -webkit-transform .3s .42s ease, opacity .3s .42s ease;
    -moz-transition: color .3s ease, -moz-transform .3s .42s ease, opacity .3s .42s ease;
    transition: color .3s ease, transform .3s .42s ease, opacity .3s .42s ease;
}

.langren-h-nav li:nth-child(3) a {
    -webkit-transition: color .3s ease, -webkit-transform .3s .43s ease, opacity .3s .43s ease;
    -moz-transition: color .3s ease, -moz-transform .3s .43s ease, opacity .3s .43s ease;
    transition: color .3s ease, transform .3s .43s ease, opacity .3s .43s ease;
}

.langren-h-nav li:nth-child(4) a {
    -webkit-transition: color .3s ease, -webkit-transform .3s .44s ease, opacity .3s .44s ease;
    -moz-transition: color .3s ease, -moz-transform .3s .44s ease, opacity .3s .44s ease;
    transition: color .3s ease, transform .3s .44s ease, opacity .3s .44s ease;
}

.langren-h-nav li:nth-child(5) a {
    -webkit-transition: color .3s ease, -webkit-transform .3s .45s ease, opacity .3s .45s ease;
    -moz-transition: color .3s ease, -moz-transform .3s .45s ease, opacity .3s .45s ease;
    transition: color .3s ease, transform .3s .45s ease, opacity .3s .45s ease;
}

.langren-h-nav li:nth-child(6) a {
    -webkit-transition: color .3s ease, -webkit-transform .3s .46s ease, opacity .3s .46s ease;
    -moz-transition: color .3s ease, -moz-transform .3s .46s ease, opacity .3s .46s ease;
    transition: color .3s ease, transform .3s .46s ease, opacity .3s .46s ease;
}

.langren-h-nav li:nth-child(7) a {
    -webkit-transition: color .3s ease, -webkit-transform .3s .47s ease, opacity .3s .47s ease;
    -moz-transition: color .3s ease, -moz-transform .3s .47s ease, opacity .3s .47s ease;
    transition: color .3s ease, transform .3s .47s ease, opacity .3s .47s ease;
}

.nav-tool a {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.clearSearchDelay .vh-sear-nav ul li.sear-tool a.close:after, .clearSearchDelay .vh-sear-nav ul li.sear-tool a.close:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}


/*search*/


@media screen and (max-width: 1420px) {
    .langren-head {
        width: 100%;
    }

    /* .langren-head a.langren-h-logo{left: 2em;}*/
    /*    .langren-head .nav-tool{right: 2em;}*/

}

@media (min-width: 768px) and (max-width: 979px) {
    .langren-head .langren-h-nav li.nav-gb a {
        font-size: 14px;
        line-height: 5.5em;
    }

    .langren-head ul.langren-h-nav {
    . ui-left-fix margin-left: 155 px;
    }
}

.qqjt_da {
    margin: 0 auto;
    width: 76px;
    height: 24px;
    opacity: 1;
    border-radius: 14px;
    background: linear-gradient(90deg, #0088FF 0%, #5FB2FC 100%);
}

.ui-left-fix {
    position: fixed;
    top: 300px;
    left: 0;
    text-align: center;
    z-index: 1000;
    width: 165px;
    height: 338px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 16px;
}

.ui-service-title {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 36px;
    text-align: center;
    letter-spacing: 2px;
    width: 165px;
    height: 38px;
    background: rgba(0, 136, 255, 0.8);
    opacity: 1;
    border-radius: 8px 8px 0px 0px;
}
.fn-left{
    width: 75px;
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 1;
}

.kefu {
    width: 165px;
    border-bottom: 1px dashed #C1C1C1;
    opacity: 1;
    padding-bottom: 10px;
}

.kefu_weixin {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
}

.kefu_tubiao {
    margin: 10px auto;
}

.kefu_tubiao img {
    width: 13px;
    height: 13px;
    opacity: 1;
}

.kefu_tubiao span {
    width: 94px;
    height: 15px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 20px;
    color: #1C1C1C;
    opacity: 1;
}

.qqjt_da a {
    width: 44px;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 1;
}

li.kefu span {
    width: 154px;
    height: 15px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
    color: #1C1C1C;
    opacity: 1;
}

.ui-red-title {
    width: 144px;
    height: 18px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    opacity: 1;
    margin:5px auto;
}

.ui-left-fix h3, .ui-left-fix .ui-number {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 36px;
    color: #333333;
}

/*@media (min-width: 980px)' 和 '@media (min-width: 1200px)*/
.top_js_d {
    background: #FFFFFF;
    opacity: 1;
}

.top_js {
    width: 1240px;
    height: 325px;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    top: -40px;
    background: linear-gradient(180deg, #FFFFFF 0%, #DFF0FF 100%);
    box-shadow: 0px 0px 20px rgba(0, 72, 135, 0.1);
    border-radius: 8px;
}

.carousel-indicators .active {
    background-color: #FF6B3D;
}

.top_js_img {
    width: 18%;
    float: left;
    margin-top: 25px;
    margin-left: 2%;
}

.top_js_img img {
    float: left;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10%;
    width: 73px;
}

.top_js_text {
    float: left;
    margin-top: 10px;
}

.top_js_text p:first-child {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.top_js_text p:first-child + p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
    letter-spacing: 1px;
}

.top_js_buttom {
    display: inline-flex;
}

.top_js_buttom div {
    width: 273px;
    height: 151px;
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    border-radius: 4px;
    margin: 30px 18px;
}

.top_js_buttom div img {
    margin: 20px 15px;
    width: 117px;
    height: 111px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    float: left;
}

#opacity a{
font-size: 12px
}

.foot8 a{
color: #000!important;
}
.foot8:fover a{
color: #000!important;
}